Forgotten files.
authorMatthias Clasen <matthiasc@src.gnome.org>
Mon, 21 Jun 2004 02:46:03 +0000 (02:46 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Mon, 21 Jun 2004 02:46:03 +0000 (02:46 +0000)
gtk/gtkiconview.h

index ae6be00c0aaac82dfaadc0faa1b18dcf4d4ff76e..5fbabd81a49d0b772290d0fb5c804a104fce38b3 100644 (file)
@@ -74,6 +74,9 @@ struct _EggIconListClass
   void    (* unselect_all)           (EggIconList      *icon_list);
   void    (* select_cursor_item)     (EggIconList      *icon_list);
   void    (* toggle_cursor_item)     (EggIconList      *icon_list);
+  gboolean (* move_cursor)           (EggIconList      *icon_list,
+                                     GtkMovementStep   step,
+                                     gint              count);
 };
 
 GType      egg_icon_list_get_type      (void);